
Excel Toolkit for Dyalog Apl
----------------------------

Included files:

load_ws.dyalog		salt file
xlc.dyalog		salt file (classic version)
xlu.dyalog		salt file (unicode version)

apl-excel-ug.docx	user guide
apl=excel=rm.docx	reference manual
loan.xlsm		spreadsheet (see user guide)



Installing Salt Files:

Start APl

then
[]<--[]se.SALT.Load 'PATH\xlc'   //classic version
or
[]<--[]se.SALT.Load 'PATH\xlu'   //unicode version

'PATH' represents the path that locates the salt files on your pc.
Each command establishes the namespace XL.




